SftTabs/NET 6.0

Align Property, TabClass Class

Softel vdm, Inc.

Defines the tab's text and image alignment.

Syntax      TabClass Class (Softelvdm.SftTabsNET)

VB   

Public Property Align As TabAlignStyle

C#   

public TabAlignStyle Align { get; set; }

C++   

public: property TabAlignStyle Align {
        TabAlignStyle get();
        void set(TabAlignStyle value);
}

Property Value

The text and image alignment.

TabAlignStyle

Value

Description

LeftGraph

0

The graphic is displayed to the left of the tab text. Text and graphic are horizontally and vertically centered within the tab.

RightGraph

1

The graphic is displayed to the right of the tab text. Text and graphic are horizontally and vertically centered within the tab.

TopGraph

2

The graphic is displayed above the tab text. Text and graphic are horizontally and vertically centered within the tab.

BottomGraph

3

The graphic is displayed below the tab text. Text and graphic are horizontally and vertically centered within the tab.

Left

4

The graphic is displayed to the left of the tab text. Text and graphic are displayed left adjusted and vertically centered within the tab.

Right

5

The graphic is displayed to the right of the tab text. Text and graphic are displayed right adjusted and vertically centered within the tab.

The default value is TabAlignStyle.LeftGraph.

Comments

The Align property defines the tab's text and image alignment.

This property is no longer used and has been replaced by new features starting with SftTabs/NET 6.0.

Parts alignment is defined using the HAlign and VAlign properties and can be defined for each part individually.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com